home *** CD-ROM | disk | FTP | other *** search
- global Musik, DXSeen
-
- on mouseDown
- puppetSound(3, "Knap")
- end
-
- on mouseUp
- set result to baReadRegString("software\microsoft\DirectX", "Version", EMPTY, "HKEY_LOCAL_MACHINE")
- if not (result contains "6.00") then
- set DXSeen to 1
- go("S2Chicken")
- else
- baRunProgram("Railroad\Setupex.exe", "normal", 0)
- end if
- end
-